CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java 生产者 消费者

搜索资源列表

  1. SyncStack

    0下载:
  2. JAVA中进程的问题,生产者和消费者程序-Java process, producers and consumers procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4651
    • 提供者:小月
  1. SyncTest

    0下载:
  2. 用java实现生产者和消费者的多线程协调问题-with producers and consumers to achieve the coordination of multi-threaded
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1299
    • 提供者:tang
  1. CustomerAndProducter

    0下载:
  2. 消费者与生产者游戏,该游戏模拟了经典的消费者与生产者的游戏规则,利用了JAVA的多线程-consumers and producers game, the game simulated by the classic consumer and producer of the rules of the game. The use of multithreading Java
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:821
    • 提供者:许健
  1. SellBuy

    0下载:
  2. 生产者和消费者问题的求解过程 通过JAVA线程模拟生产和消费过程
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-18
    • 文件大小:614
    • 提供者:jackcha
  1. produce_consume

    0下载:
  2. java实现生产者与消费者双线程问题 在JDK6.0上测试通过
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4532
    • 提供者:
  1. ProduceAndConsume

    0下载:
  2. 一个简单的Java多线程的小例子。 a) Producer 生产 String,并保存在 ArrayList 中。Consumer 消耗(读出并显 示)String,并把它从 ArrayList 中删除。生产和消耗应在 console有打印显示。 b) 可指定生产者生产多少个数据,也可以指定消费者消耗多少个数据。完成要求数据 的生产或消费以后,线程自动终止。(应提供相应的构造函数来指定数据个数) c) 当容器内没有数据时,Consumer 应等待,等容器内有新的数据后再次
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3622
    • 提供者:清枫
  1. ProducerConsumer

    0下载:
  2. 采用Java 多线程技术,设计实现一个符合生产者和消费者问题的程序。对一个对象(枪膛)进行操作,其最大容量是12颗子弹。生产者线程是一个压入线程,它不断向枪膛中压入子弹;消费者线程是一个射出线程,它不断从枪膛中射出子弹-Use of Java multi-threading technology, designed to achieve a consistent producer and consumer issues programs. Pairs of an object (the cham
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:703
    • 提供者:Allan
  1. shengchanzheyuxiaofeizhe

    0下载:
  2. 生产者与消费者PV多用户Java实现功能-PV producers and consumers to achieve multi-user Java function
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1674
    • 提供者:Justin
  1. ProducerConsumer

    0下载:
  2. 生产者与消费者线程同步问题的一个模拟,帮助更深理解。采用JAVA面向对象的实现-Producers and consumers, thread synchronization issues in a simulated, helping a deeper understanding. Used to achieve the object-oriented JAVA
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1491
    • 提供者:马占友
  1. thred

    0下载:
  2. 关于java的县城源代码,提款机模拟,生产者与消费者原理-The county on the java source code, ATM simulation, the principle of producers and consumers
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:12929
    • 提供者:jhf
  1. OS

    0下载:
  2. Java版本的操作系中的生产者与消费者的代码~-Java version of the operating system of producers and consumers of the code ~
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:18334
    • 提供者:means
  1. PCTest

    0下载:
  2. 基于java开发的OS中经典PV算法:生产者和消费者算法的演示。-Java-based OS development of PV in the classical algorithm: algorithm for producers and consumers of the presentation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:20315
    • 提供者:潘晓光
  1. PCTest

    0下载:
  2. Producer和Consumer程序共享的资源对象,Consumer(消费者)程序,Producer(生产者)程序-PCTest。java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:599
    • 提供者:卢显灯
  1. cheat

    0下载:
  2. Java多线程问题。生产者(P)生产一个产品,消费者(C)获取一个产品;P没有生产产品之前,C不能够获取;P只能够在C获取产品之后,才能生产下一个。-Java multi-threading issues. Producer (P) production of a product, consumers (C) to obtain a product P does not produce products before, C can not access P can only obtain t
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1520
    • 提供者:唐凝
  1. PC

    0下载:
  2. 本程序使用java中的多线程机制,模拟生产者-消费者问题。可视化界面-This program uses the multi-threading mechanism of java to simulate the producer- consumer issues. Visual interface
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:15603
    • 提供者:冯汝伟
  1. JThreadSynch

    0下载:
  2. 用JAVA实现生产者与消费者的同步与互斥问题-Producers and consumers to use JAVA to achieve synchronization and mutual exclusion problems
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:12067
    • 提供者:Geena
  1. ProducerConsumer

    0下载:
  2. 生产者、消费者实例,帮助JAVA初学者了解多线程。-Producers, consumers instance, to help beginners understand the JAVA multi-threading.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:675
    • 提供者:euyue
  1. FIFO

    0下载:
  2. JAVA实现生产者与消费者问题 模拟PV操作-JAVA productor and consumer
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3931
    • 提供者:安以轩
  1. pc

    0下载:
  2. 运用java环境编程实现pc多线程通信,消费者与生产者关系-Pc java environment using multi-threaded programming communication between consumers and producers
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:2016
    • 提供者:
  1. ProductorandCustome

    0下载:
  2. 生产者和消费者的问题应用的是java多线程,建立仓库,对生产者和消费者分别设置睡眠解锁时间,-Producers and consumers of the problem is the java multithreaded applications, the establishment of warehouses were set on the producers and consumers to unlock sleep time
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7061
    • 提供者:谷行
« 1 2 3 45 »
搜珍网 www.dssz.com